Xuni Product Documentation - Xamarin.Forms
XuniReadOnlyCollectionViewBase<T> Class Members
Properties  Methods  Events

The following tables list the members exposed by XuniReadOnlyCollectionViewBase<T>.

Public Properties
 NameDescription
Public PropertyCount Gets the number of elements in the collection.  
Public PropertyCurrentItem Gets or sets the current item in the view.  
Public PropertyCurrentPosition Gets the current position.  
Public PropertyItem Gets the element at the specified index in the read-only list.  
Top
Public Methods
 NameDescription
Public MethodGetEnumerator Returns an enumerator that iterates through the collection.  
Public MethodGetItemType Gets the type of the item.  
Public MethodIndexOf Gets the index of the specified item.  
Public MethodMoveCurrentTo Sets the specified item in the view as the current item.  
Public MethodMoveCurrentToFirst Sets the first item in the view as the current item.  
Public MethodMoveCurrentToLast Sets the last item in the view as the current item.  
Public MethodMoveCurrentToNextSets the item after the CurrentItem in the view as the CurrentItem.  
Public MethodMoveCurrentToPosition Sets the item at the specified index in the view as the current item.  
Public MethodMoveCurrentToPreviousSets the item before the CurrentItem in the view as the CurrentItem.  
Top
Public Events
 NameDescription
Public EventCollectionChanged Occurs after the collection changed.  
Public EventCurrentChanged Occurs after the current item changed.  
Public EventCurrentChanging Occurs when the current item is changing.  
Public EventPropertyChanged Occurs when a property value changes.  
Top
See Also

Reference

XuniReadOnlyCollectionViewBase<T> Class
Xuni.CollectionView Namespace